SerializableDictionary`2 Constructor(SerializationInfo,StreamingContext)

Summary
Initializes a new instance of the SerializableDictionary<TKey,TValue> class.
Syntax
C#
VB
C++
protected SerializableDictionary<TKey,TValue>( 
   SerializationInfo info, 
   StreamingContext context 
) 
  
Protected Function New( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
) 
protected: 
SerializableDictionary<TKey,TValue>(  
   SerializationInfo^ info, 
   StreamingContext context 
) 

Parameters

info
A System.Runtime.Serialization.SerializationInfo object containing the information required to serialize the Dictionary.

context
A System.Runtime.Serialization.StreamingContext structure containing the source and destination of the serialized stream associated with the Dictionary.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.